Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2010-06-03 to 2010-12-24) ~ 00:00:47 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2011-01-13 to 2011-12-30) ~ 00:00:49 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2012-01-01 to 2012-12-29) ~ 00:00:51 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2013-01-01 to 2013-12-30) ~ 00:00:53 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2014-01-01 to 2014-12-30) ~ 00:00:56 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2015-01-01 to 2015-12-30) ~ 00:00:57 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2016-01-01 to 2016-12-29) ~ 00:00:59 UTC
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x56129221f850>), :
cannot open the connection
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2018-02-27 to 2018-12-30) ~ 00:01:04 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2019-01-01 to 2019-12-30) ~ 00:01:06 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2020-01-01 to 2020-12-29) ~ 00:01:08 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2021-01-01 to 2021-12-30) ~ 00:01:09 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2022-01-01 to 2022-12-30) ~ 00:01:10 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2023-01-01 to 2023-12-30) ~ 00:01:18 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2024-01-01 to 2024-12-29) ~ 00:01:21 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2025-01-01 to 2025-05-10) ~ 00:01:23 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2010-06-03 to 2010-12-24) ~ 00:01:24 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2011-01-13 to 2011-12-30) ~ 00:01:26 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2012-01-01 to 2012-12-29) ~ 00:01:28 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2013-01-01 to 2013-12-30) ~ 00:01:36 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2014-01-01 to 2014-12-30) ~ 00:01:37 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2015-01-01 to 2015-12-30) ~ 00:01:39 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2016-01-01 to 2016-12-29) ~ 00:01:40 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2017-01-01 to 2017-12-30) ~ 00:01:42 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2018-02-27 to 2018-12-30) ~ 00:01:44 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2019-01-01 to 2019-12-30) ~ 00:01:46 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2020-01-01 to 2020-12-29) ~ 00:01:47 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2021-01-01 to 2021-12-30) ~ 00:01:49 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2022-01-01 to 2022-12-30) ~ 00:01:51 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2023-01-01 to 2023-12-30) ~ 00:01:53 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2024-01-01 to 2024-12-29) ~ 00:01:54 UTC
Downloading 1 requests, up to 1e+05 time slices each
Fetching request 1 of 1 (2025-01-01 to 2025-05-10) ~ 00:01:56 UTC
Warning: There were 154 warnings in `mutate()`.
The first warning was:
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning in `new_CppObject_xp()`:
! GDAL Message 1: 1-pixel width/height files not supported, xdim: 1 ydim: 1
ℹ Run `dplyr::last_dplyr_warnings()` to see the 153 remaining warnings.
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()